home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000246_news@columbia.edu_Thu Jun 29 12:48:12 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA14546
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 29 Jun 1995 20:32:05 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12234
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 29 Jun 1995 20:32:03 -0400
  5. Path: news.columbia.edu!panix!zip.eecs.umich.edu!newshost.marcam.com!news.mathworks.com!hookup!lamarck.sura.net!gozer.inri.com!gozer.inri.com!not-for-mail
  6. From: mrp@inri.com (Marion R. Proctor III)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Doing connect in a script
  9. Date: 29 Jun 1995 08:48:12 -0400
  10. Organization: Inter-National Research Institute
  11. Lines: 21
  12. Message-Id: <3su7ec$nmh@gozer.inri.com>
  13. Nntp-Posting-Host: gozer.inri.com
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. I can't seem to connect to a remote site (network) using a script.
  17. Whenever I issue the CONNECT command, I just lose focus to telnet
  18. or whatever is getting called. How do I keep focus so I can give
  19. it the login, password, and start kermit? Here's what I have:
  20.  
  21. set network tcp/ip
  22. set host [host]
  23. connect
  24. output [login]
  25. output [password]
  26. output kermit
  27.  
  28. BTW, this is C-Kermit. Thanks for any help.
  29.  
  30. -Randy
  31.  
  32. -- 
  33. *--------------------------*--------------------------------------*
  34. |       Randy Proctor      |   Misspellers of the world, UNTIE!   |
  35. | INRI (rproctor@inri.com) | http://watt.seas.virginia.edu/~mrp3j |
  36. *--------------------------*--------------------------------------*